home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic Graphics Magazine (Alt)
/
Dynamic Graphics Magazine (Version B).iso
/
pc
/
dgm
/
image.dir
/
00015.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
188 b
|
12 lines
global gCastMem
on hForward
if gCastMem = 141 then
set gCastMem to 50
else
set gCastMem to gCastMem + 1
end if
set the castNum of sprite 5 to gCastMem
updateStage()
end